object FrmDons: TFrmDons Left = 133 Top = 231 BorderStyle = bsDialog Caption = 'Faire un don' ClientHeight = 351 ClientWidth = 480 Color = clSkyBlue Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 136 Top = 187 Width = 39 Height = 13 Caption = 'Montant' end object Shape1: TShape Left = 39 Top = 175 Width = 82 Height = 37 end object Image1: TImage Left = 40 Top = 177 Width = 77 Height = 33 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 208 Top = 224 Width = 59 Height = 13 Caption = 'Partenaire' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ImagePartenaire: TImage Left = 8 Top = 248 Width = 466 Height = 60 Cursor = crHandPoint AutoSize = True Picture.Data = {} OnClick = ImagePartenaireClick end object Memo1: TMemo Left = 40 Top = 16 Width = 401 Height = 153 BorderStyle = bsNone Lines.Strings = ( 'Movie Collection est un logiciel libre et gratuit. ' '' 'En faisant un don, vous soutenez efficacement le projet Movie Co' + 'llection afin que ' 'votre gestionnaire de film favori puisse '#233'voluer dans les meille' + 'ures conditions tout ' 'en restant gratuit.' '' 'Tout risque est '#233'limin'#233' lors de la transaction gr'#226'ce '#224' la s'#233'curi' + 'sation SSL.' '' 'Merci de me soutenir activement dans le d'#233'veloppement de Movie C' + 'ollection.' '' 'Babidyxp') ParentColor = True TabOrder = 0 end object cxButton1: TcxButton Left = 198 Top = 318 Width = 83 Height = 25 Action = ActionClose TabOrder = 1 end object cxButton2: TcxButton Left = 328 Top = 181 Width = 105 Height = 25 Action = ActionFaireUnDon TabOrder = 2 end object cxEdMontant: TcxCurrencyEdit Left = 192 Top = 183 Width = 121 Height = 21 EditValue = 15.000000000000000000 TabOrder = 3 end object aclFiche: TActionList Left = 152 Top = 160 object ActionClose: TAction Caption = 'Fermer' OnExecute = ActionCloseExecute end object ActionFaireUnDon: TAction Caption = 'Faire un don' OnExecute = ActionFaireUnDonExecute end end end